body{
  min-width: 1400px;
}

.header {
  width: 100%;
}
.header a{
  font-size: 16px;
  font-weight: 600;
}

.header .top {
  width: 100%;
  height: 160px;
  background-image: url('/bjsy/images/topBj.png');
  background-size: 100% 100%;
  position: relative;
}

.header .top .content {
  width: 1000px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.header .top .content img {
  width: auto;
  height: 60%;
}

.header .top .conRinght {
  width: 380px;
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 10px;
  padding-right: 20px;
}

.header .top .conRinght .inp {
  width: 60%;
  position: relative;
}

.header .top .conRinght .inp input {
  width: 100%;
  height: 100%;
  padding: 6px 8px;
  border: 1px solid #d2303b;
  border-radius: 20px;
  color: black;
  font-size: 12px;
}

.header .top .conRinght .inp .img {
  width: 20%;
  height: 100%;
  border-radius: 40px;
  background-color: #d2303b;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
}
.header .top .conRinght .inp .img img {
  width: 14px;
  height: 14px;
}

.header .top .conRinght p {
  font-size: 14px;
  color: #d2303b;
  display: flex;
}
.header .top .conRinght p span {
  display: block;
  margin: 0 6px;
  width: 60px;
}

.header .top .conRinght .syLogin {
  width: 50px;
  height: auto;
  margin-top: 10px;
  margin-left: 310px;
}


.nav {
  width: 100%;
  height: 50px;
  background-color: #d2303b;
}
.nav  .mavCon{
  width:1100px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  /*justify-content: space-between;*/
  align-items: center;
}
.nav  .mavCon .nav-list-item{
  /* padding: 0 30px; */
  width: calc(1100px/9);
  text-align: center;
  position: relative;
}

.nav  .mavCon .nav-list-item a{
  color: #fff;
  font-weight: 700;
  height: 100%;
  width: 100%;
  display: block;
  line-height: 50px;
}

.nav  .mavCon .er-sub-menu-item{
  color: #000;
  cursor: pointer;
}

.nav  .mavCon .er-sub-menu-item:hover{
    background-color: #f8f8f8;
    color: rgba(0, 0, 0, .8);
}

@keyframes layui-upbit{
  0% {
      transform: translate3d(0, 15px, 0);
      opacity: .3;
  }
  100% {
      transform: translate3d(0, 0, 0);
      opacity: 1;
  }
}

.nav .mavCon .er-sub-menu-wrapper{
    display: none;
    animation-name: layui-upbit;
    animation-duration: .3s;
    animation-fill-mode: both;
    left: 0;
    top: 50px;
    min-width: 100%;
    line-height: 36px;
    padding: 5px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
    border: 1px solid #eee;
    background-color: #fff;
    z-index: 100;
    border-radius: 2px;
    white-space: nowrap;
    box-sizing: border-box;
}


.nav  .mavCon .nav-list-item:hover .er-sub-menu-wrapper,.nav .mavCon .er-sub-menu-wrapper:hover{
    display: block;
}



.activeNav{
  /* padding: 0 30px; */
  height: 100%;
  display: flex;
  justify-content:center;
  align-items: center;
  background-color: #d84f57 !important;
  color: #f9e6e7 !important;
  border-bottom-color: #d84f57 !important;

}